From e6bf832514c04a224c799413bdac7489c7fe9186 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Feb 2018 01:02:17 -0500 Subject: [PATCH] Don't mention papi in options docs The papi print backend has been removed. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 896347e10b..0c34a1fdbb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -19,7 +19,7 @@ option('cloudproviders', type: 'boolean', value: false, description : 'Enable the cloudproviders support') # Print backends -option('print-backends', type : 'string', value : 'cups,papi', +option('print-backends', type : 'string', value : 'cups,file', description : 'Build the specified print backends (comma-separated list, "all", or "none")') option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Build colord support for the CUPS printing backend') -- 2.30.2